home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / HelpDesk.mdb / Issue.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  734b

  1. {
  2.     "schema": {
  3.         "IssueId": "Long Integer",
  4.         "Issue": "Text (50) NOT NULL",
  5.         "CategoryId": "Long Integer",
  6.         "OrganizationId": "Long Integer",
  7.         "CustomerId": "Long Integer",
  8.         "UserId": "Long Integer",
  9.         "ContractId": "Long Integer",
  10.         "LocationId": "Long Integer",
  11.         "StatusId": "Long Integer",
  12.         "PriorityId": "Long Integer",
  13.         "DateOpened": "DateTime",
  14.         "DateClosed": "DateTime",
  15.         "History": "Memo/Hyperlink (255)",
  16.         "Notes": "Memo/Hyperlink (255)",
  17.         "AccTime": "Long Integer",
  18.         "Hide": "Boolean NOT NULL",
  19.         "Problem": "Memo/Hyperlink (255)",
  20.         "Solution": "Memo/Hyperlink (255)",
  21.         "PromiseDate": "DateTime"
  22.     },
  23.     "data": [
  24.         {
  25.             "IssueId": 1,
  26.             "CategoryId": 1,
  27.             "OrganizationId": 1,
  28.             "CustomerId": 1,
  29.             "UserId": 1,
  30.             "ContractId": 1,
  31.             "LocationId": 1,
  32.             "StatusId": 1,
  33.             "PriorityId": 1,
  34.             "AccTime": 0,
  35.             "Hide": 0,
  36.             "Problem": "1",
  37.             "Solution": "1"
  38.         }
  39.     ]
  40. }